home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Mapping / m-count < prev    next >
Text File  |  1998-08-11  |  146b  |  7 lines

  1. m-count integer items
  2.  
  3. (m-count 5 '(a b c d e f g h))
  4. => (a b c d e)
  5.  
  6. (m-count 20 '(a b c d e f g h))
  7. => (a b c d e f g h a b c d e f g h a b c d)